﻿@charset "utf-8";

/* CSS Document */



/*搜索 —————————————————————————————————————————————————————————————— */

.sousuo{

	margin: 20px auto;

}



.sousuo form{

	float: right;

	display: inline-block;

}

.sousuo form .ss_input{

	background-color: #e60012;

	border:1px solid #e60012;

	line-height: 40px;

	height: 40px;

	padding:0 20px;

	font-size: 16px;

	border-radius: 30px;

	transition: all 0.3s;



	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.sousuo form .ss_input::-webkit-input-placeholder{

	color: #fff;

}

.sousuo form .ss_input:-moz-placeholder{

	color: #fff;

}

.sousuo form .ss_input::-moz-placeholder{

	color: #fff;

}

.sousuo form .ss_input:-ms-input-placeholder{

	color: #fff;

}

@media(max-width: 768px){

	.sousuo{

		padding: 0 15px;

		display: none;

	}

}

/*搜索 —————————————————————————————————————————————————————————————— */

















/*当前位置 —————————————————————————————————————————————————————————————— */

.position{

	

}



/*当前位置 —————————————————————————————————————————————————————————————— */















/*页码 —————————————————————————————————————————————————————————————— */

.yema{

	text-align: center;

	padding: 40px 0;

}

.yema li{

	margin: 5px;

	display: inline-block;

	list-style: none;

	font-size: 16px;

	color: #5c5e5c;

	min-width: 29px;

	line-height: 24px;

	height: 24px;


	


}

.yema li a{

	padding: 0 5px;







	display: inline-block;

	width: 100%;

	color: #5c5e5c;	

	

}

.yema li:hover{

	color: #e83829;


}

.yema li a:hover{

	text-decoration: none;

	color: #e83829;

}



.yema .thisclass{

	color: #fff;



	border-color: #e83829;

}

.yema .thisclass:hover{

color: #e83829;

}

.yema .thisclass a{

	color: #333;

}



.yema li:nth-of-type(1),

.yema li:nth-last-of-type(1){

	min-width: 47px;

}

@media(max-width: 768px){

	.yema li{

		margin: 3px;

	}

}

/*页码 —————————————————————————————————————————————————————————————— */

















/*翻页 —————————————————————————————————————————————————————————————— */

.fanye p{

	

}

/*翻页 —————————————————————————————————————————————————————————————— */

